home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / Q-R / QuickTurtle.cpt / QuickTurtle / QuickTurtle.rsrc / STR#_200.txt < prev    next >
Encoding:
Text File  |  1991-06-27  |  2.2 KB  |  76 lines

  1. First non-comment line of program must declare program name, like this: Program <programName>.
  2.  
  3. First line of procedure must declare name of procedure, like this: on <procedureName>.
  4.  
  5. Identifier exceeds maximum length (19 characters).
  6.  
  7. Too many variables (maximum = 20 per procedure).
  8.  
  9. An identifier must begin with an alphabetic character.
  10.  
  11. Too many procedures (maximum =
  12. 16 per program).
  13.  
  14. Too many procedure parameters (maximum = 9).
  15.  
  16. Procedure parameters must be separated by commas.
  17.  
  18. Unmatched ‚Äúend if‚Äù.
  19.  
  20. Unmatched ‚Äúend repeat‚Äù.
  21.  
  22. Unmatched end procedure command.
  23.  
  24. Unmatched ‚Äúif‚Äù or ‚Äúelse‚Äù ‚Äî need an ‚Äúend if‚Äù.
  25.  
  26. Unmatched ‚Äúelse‚Äù.
  27.  
  28. The set position command takes two parameters, separated by a comma.
  29.  
  30. The put command takes the form, ‚Äúput <something> into <variable>‚Äù, or ‚Äúput [the] position into <variable,variable>‚Äù.
  31.  
  32. The ‚Äúput [the] position into‚Äù command takes 2 parameters separated by a comma (e.g., ‚Äú... into x,y‚Äù).
  33.  
  34. Misplaced ‚Äúnot‚Äù in if-statement (must immediately follow: ‚Äúif not...etc.‚Äù).
  35.  
  36. Expected ‚Äúthen‚Äù in if-statement (‚Äúif...then...etc.‚Äù).
  37.  
  38. Expected ‚Äú=‚Äù in repeat-with statement (‚Äúrepeat with <var> = <something> [down]to <something>‚Äù).
  39.  
  40. Expected ‚Äúto‚Äù or ‚Äúdownto‚Äù in repeat-with statement (‚Äúrepeat with <var> = <something> [down]to <something>‚Äù).
  41.  
  42. Illegal decimal (‚Äú.‚Äù): can only be used in real-type constant with preceding integer, e.g.: ‚Äú33.3‚Äù, ‚Äú0.5‚Äù.
  43.  
  44. Missing End procedure statement: cannot begin new procedure before finishing old one.
  45.  
  46. Wrong number of parameters for this procedure.
  47.  
  48. Cannot use ‚Äúexit repeat‚Äù or ‚Äúnext repeat‚Äù outside of repeat loop.
  49.  
  50. Expected ‚Äúright‚Äù or ‚Äúleft‚Äù after ‚Äúturn‚Äù.
  51.  
  52. Expected ‚Äúheading‚Äù or ‚Äúposition‚Äù after ‚Äúset‚Äù.
  53.  
  54. Expected ‚Äúrepeat‚Äù after ‚Äúnext‚Äù.
  55.  
  56. Expected ‚Äúup‚Äù or ‚Äúdown‚Äù after ‚Äúpen‚Äù.
  57.  
  58. Expected ‚Äúscreen‚Äù after ‚Äúclear‚Äù.
  59.  
  60. The penSize command takes 2 parameters, separated by a comma.
  61.  
  62. Illegal penMode parameter.
  63.  
  64. The wrap command takes 1 parameter, either ‚Äúon‚Äù or ‚Äúoff‚Äù.
  65.  
  66. Too many commands (maximum = 100 per procedure).
  67.  
  68. Attempt to allocate memory failed.  Big trouble. Suggest save and exit.
  69.  
  70. Unable to interpret this line.
  71.  
  72. QuickTurtle error.
  73.  
  74. Missing parameter.
  75.  
  76.